C^E — Compression⊕Encryption Depending on your threat model combining compression and encryption can introduce security issues. If you want to compress data before encrypting it you should ensure that you don’t leak information through a compression-ratio side channel. If you’re not sure whether you’re leaking information through compression do not compress your plaintext data before encrypting it. … Continue reading "C^E — Compression⊕Encryption"
The post C^E — Compression⊕Encryption appeared first on Cloud Foundry.